home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / archivers / xpk / xpk_source / xpkmaster / all.c next >
C/C++ Source or Header  |  1999-06-14  |  987b  |  47 lines

  1. #ifndef XPKMASTER_ALL_C
  2. #define XPKMASTER_ALL_C
  3.  
  4. /* Programmheader
  5.  
  6.     Name:        All.c
  7.     Main:        xpkmaster
  8.     Versionstring:    $VER: All.c 1.3 (13.09.1998)
  9.     Author:        SDI
  10.     Distribution:    Freeware
  11.     Description:    the xpk packing library system
  12.  
  13.  1.0   28.10.96 : first SDI version
  14.  1.1   19.12.97 : fixed local base method
  15.  1.2   09.01.98 : removed util.c
  16.  1.3   21.02.98 : changed xpk_strings.c to texts.c
  17.  1.4   13.09.98 : added seek.c
  18. */
  19.  
  20. #ifdef __MAXON__
  21.   #include "SDI_xpksub.h"
  22.   #define _PROTO_XPKSUB_H        /* these lines disable loading    */
  23.   #define _PROTO_XFDMASTER_H        /* of proto files        */
  24. #endif
  25.  
  26. #define XPK_ALLINONE    static
  27.  
  28. #include "xpkmaster.c"
  29. #include "texts.c"
  30. #include "query.c"
  31. #include "checksum.c"
  32. #include "fault.c"
  33. #include "fib.c"
  34. #include "hook.c"
  35. #include "hook_fh.c"
  36. #include "hook_mem.c"
  37. #include "objects.c"
  38. #include "xbuf.c"
  39. #include "open.c"
  40. #include "password.c"
  41. #include "progress.c"
  42. #include "seek.c"
  43. #include "sublibs.c"
  44. #include "tags.c"
  45.  
  46. #endif /* XPKMASTER_ALL_C */
  47.